home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2000 July & August
/
EPA005.iso
/
Freeware
/
Genesis II terrain builder
/
_SETUP.1
/
Genesis2.exe
/
0
/
RCDATA
/
TINTERPOLATEDLG
/
TINTERPOLATEDLG.txt
Wrap
Text File
|
1999-10-16
|
4KB
|
208 lines
object InterpolateDlg: TInterpolateDlg
Left = 227
Top = 191
BorderStyle = bsDialog
Caption = 'Interpolation Parameters'
ClientHeight = 241
ClientWidth = 354
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 108
Top = 209
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 188
Top = 209
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Button3: TButton
Left = 268
Top = 209
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 2
OnClick = Button3Click
end
object GroupBox1: TGroupBox
Left = 8
Top = 40
Width = 337
Height = 73
Caption = 'Nearest Neighbour Interpolation'
TabOrder = 3
object TaughtnessLabel2: TLabel
Left = 184
Top = 42
Width = 72
Height = 13
Caption = 'Taughtness #2'
end
object TaughtnessLabel1: TLabel
Left = 184
Top = 18
Width = 72
Height = 13
Caption = 'Taughtness #1'
end
object SpeedCheck: TCheckBox
Left = 16
Top = 32
Width = 137
Height = 17
Alignment = taLeftJustify
Caption = 'Optimise for speed'
Checked = True
State = cbChecked
TabOrder = 0
end
object GradientCheck: TCheckBox
Left = 16
Top = 16
Width = 137
Height = 17
Alignment = taLeftJustify
Caption = 'Use calculated gradients'
Checked = True
State = cbChecked
TabOrder = 1
end
object ExtrapolateCheck: TCheckBox
Left = 16
Top = 48
Width = 137
Height = 17
Alignment = taLeftJustify
Caption = 'Extrapolate'
TabOrder = 2
end
object Taughtness1Spin: TSpinEdit
Left = 280
Top = 16
Width = 41
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 1
end
object Taughtness2Spin: TSpinEdit
Left = 280
Top = 40
Width = 41
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 4
Value = 8
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 112
Width = 337
Height = 41
Caption = 'Trend Analysis/Smoothing (Whole Grid)'
TabOrder = 4
object TrendCheck: TCheckBox
Left = 16
Top = 16
Width = 137
Height = 17
Alignment = taLeftJustify
Caption = 'Trend Analysis'
Checked = True
Enabled = False
State = cbChecked
TabOrder = 0
end
object SmoothingCheck: TCheckBox
Left = 184
Top = 16
Width = 137
Height = 17
Alignment = taLeftJustify
Caption = 'Smoothing transform'
Checked = True
Enabled = False
State = cbChecked
TabOrder = 1
end
end
object GroupBox3: TGroupBox
Left = 8
Top = 152
Width = 337
Height = 49
Caption = 'Common Items'
TabOrder = 5
object Label1: TLabel
Left = 16
Top = 18
Width = 75
Height = 13
Caption = 'Minimum Height'
end
object MinHeightSpin: TSpinEdit
Left = 140
Top = 16
Width = 61
Height = 22
MaxValue = 10000
MinValue = -1000
TabOrder = 0
Value = 0
end
end
object GroupBox4: TGroupBox
Left = 8
Top = 0
Width = 337
Height = 41
Caption = 'Interpolation Method'
TabOrder = 6
object NearestRadio: TRadioButton
Left = 16
Top = 16
Width = 137
Height = 17
Alignment = taLeftJustify
Caption = 'Nearest Neighbour'
Checked = True
TabOrder = 0
TabStop = True
OnClick = NearestRadioClick
end
object TrendRadio: TRadioButton
Left = 184
Top = 16
Width = 137
Height = 17
Alignment = taLeftJustify
Caption = 'Trend Analysis'
TabOrder = 1
OnClick = TrendRadioClick
end
end
end